System Management Bus - meaning and definition. What is System Management Bus
Diclib.com
Online Dictionary

What (who) is System Management Bus - definition

SINGLE-ENDED SIMPLE TWO-WIRE BUS FOR THE PURPOSE OF LIGHTWEIGHT COMMUNICATION
SMBus; SMbus; SM bus

System Management Bus         
<hardware, protocol> (SMBus, SMB) A simple two-wire bus used for communication with low-bandwidth devices on a motherboard, especially power related chips such as a laptop's rechargeable battery subsystem (see Smart Battery Data). Other devices might include temperature sensors and lid switches. A device can provide manufacturer information, indicate its model/part number, save its state for a suspend event, report different types of errors, accept control parameters, and return status. The SMB is generally not user configurable or accessible. The bus carries clock, data, and instructions and is based on Philip's I2C serial bus protocol. Support for SMBus devices is provided on Windows 2000. Windows 98 does not support such devices. The PIIX4 chipset provides SMBus functionality. Vendors using SMBus would be required to pay royalties. {SMBus website (http://sbs-forum.org/smbus/)}. {Software to interrogate a SMB motherboard (http://online.de/home/podien/SMB.HTM)}. {SMB devices, Part 8 Kernel Mode Driver Design Guide, Win2000 DDK (http://microsoft.com/ddk/)}. (1999-08-08)
System Management Bus         
The System Management Bus (abbreviated to SMBus or SMB) is a single-ended simple two-wire bus for the purpose of lightweight communication. Most commonly it is found in computer motherboards for communication with the power source for ON/OFF instructions.
SMBus         

Wikipedia

System Management Bus

The System Management Bus (abbreviated to SMBus or SMB) is a single-ended simple two-wire bus for the purpose of lightweight communication. Most commonly it is found in computer motherboards for communication with the power source for ON/OFF instructions.

It is derived from I²C for communication with low-bandwidth devices on a motherboard, especially power related chips such as a laptop's rechargeable battery subsystem (see Smart Battery System). Other devices might include temperature, fan or voltage sensors, lid switches, clock generator, and RGB lighting. PCI add-in cards may connect to an SMBus segment.

A device can provide manufacturer information, indicate its model/part number, save its state for a suspend event, report different types of errors, accept control parameters and return status. The SMBus is generally not user configurable or accessible. Although SMBus devices usually can't identify their functionality, a new PMBus coalition has extended SMBus to include conventions allowing that.

The SMBus was defined by Intel and Duracell in 1994. It carries clock, data, and instructions and is based on Philips' I²C serial bus protocol. Its clock frequency range is 10 kHz to 100 kHz. (PMBus extends this to 400 kHz.) Its voltage levels and timings are more strictly defined than those of I²C, but devices belonging to the two systems are often successfully mixed on the same bus.

SMBus is used as an interconnect in several platform management standards including: ASF, DASH, IPMI.

SMBus is used to access DRAM configuration information as part of serial presence detect. SMBus has grown into a wide variety of system enumeration use cases other than power management.